pub type RawCall = unsafe extern "C" fn(runtime: IM3Runtime, ctx: IM3ImportContext, _sp: *mut u64, _mem: *mut c_void) -> *const c_void;
Type of a raw host function for wasm3.