pub type NemoRelayNativePluginDropFn = Option<unsafe extern "C" fn(user_data: *mut c_void)>;Expand description
Native plugin drop callback.
Aliased Type§
pub enum NemoRelayNativePluginDropFn {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}