Skip to main content

NodeAppEntryFn

Type Alias NodeAppEntryFn 

Source
pub type NodeAppEntryFn = unsafe extern "C" fn(ctx: *const c_void) -> *const NodeAppVTable;
Expand description

Type signature for the _node_app_entry function exported by native apps. Returns a pointer to a static NodeAppVTable.