pub type PNVENCUNREGISTERASYNCEVENT = Option<unsafe extern "C" fn(encoder: *mut c_void, eventParams: *mut NV_ENC_EVENT_PARAMS) -> NVENCSTATUS>;Aliased Type§
pub enum PNVENCUNREGISTERASYNCEVENT {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut _NV_ENC_EVENT_PARAMS) -> _NVENCSTATUS),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut _NV_ENC_EVENT_PARAMS) -> _NVENCSTATUS)
Some value of type T.