pub type NodeAppEntryFn = unsafe extern "C" fn(ctx: *const c_void) -> *const NodeAppVTable;
Type signature for the _node_app_entry function exported by native apps. Returns a pointer to a static NodeAppVTable.
_node_app_entry