Skip to main content

NativeEntryFn

Type Alias NativeEntryFn 

Source
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.