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