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