Skip to main content

NemoRelayNativePluginRegisterFn

Type Alias NemoRelayNativePluginRegisterFn 

Source
pub type NemoRelayNativePluginRegisterFn = unsafe extern "C" fn(user_data: *mut c_void, plugin_config_json: *const NemoRelayNativeString, ctx: *mut NemoRelayNativePluginContext) -> NemoRelayStatus;
Expand description

Native plugin registration callback.