pub type NativeEntryFn = unsafe extern "C" fn(*mut ShadowFrame, *mut Completion) -> u32;Expand description
A finalized native entry point: extern "C" fn(frame, out) -> tag.
pub type NativeEntryFn = unsafe extern "C" fn(*mut ShadowFrame, *mut Completion) -> u32;A finalized native entry point: extern "C" fn(frame, out) -> tag.