pub type RuntimePluginEntryV1 = unsafe extern "C" fn() -> RuntimePluginApiV1;Expand description
Runtime plugin entrypoint function type.
pub type RuntimePluginEntryV1 = unsafe extern "C" fn() -> RuntimePluginApiV1;Runtime plugin entrypoint function type.