pub type PNVENCUNLOCKBITSTREAM = Option<unsafe extern "C" fn(encoder: *mut c_void, bitstreamBuffer: NV_ENC_OUTPUT_PTR) -> NVENCSTATUS>;
Aliased Type§
pub enum PNVENCUNLOCKBITSTREAM {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> _NVENCSTATUS),
}