pub type NemoRelayNativePluginEntry = unsafe extern "C" fn(host: *const NemoRelayNativeHostApiV1, out: *mut NemoRelayNativePluginV1) -> NemoRelayStatus;Expand description
Native entry symbol type loaded by the host.
pub type NemoRelayNativePluginEntry = unsafe extern "C" fn(host: *const NemoRelayNativeHostApiV1, out: *mut NemoRelayNativePluginV1) -> NemoRelayStatus;Native entry symbol type loaded by the host.