pub type M3RawCall = Option<unsafe extern "C" fn(runtime: IM3Runtime, _ctx: IM3ImportContext, _sp: *mut u64, _mem: *mut c_void) -> *const c_void>;Aliased Type§
pub enum M3RawCall {
None,
Some(unsafe extern "C" fn(*mut M3Runtime, *mut M3ImportContext, *mut u64, *mut c_void) -> *const c_void),
}