emit_native_call

Function emit_native_call 

Source
fn emit_native_call(
    bytecode: &mut Vec<u8>,
    contract: NativeContract,
    method: &str,
    arg_count: usize,
    use_callt: bool,
    token_patches: &mut Vec<MethodTokenPatch>,
)