[][src]Type Definition wasm3::RawCall

type RawCall = unsafe extern "C" fn(runtime: IM3Runtime, _sp: m3stack_t, _mem: *mut c_void) -> *const c_void;

Type of a raw host function for wasm3.