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