pub type NemoRelayNativeLlmStreamDropFn = Option<unsafe extern "C" fn(user_data: *mut c_void)>;Expand description
Optional native stream destructor callback.
Aliased Type§
pub enum NemoRelayNativeLlmStreamDropFn {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}