pub type PNVENCGETENCODECAPS = Option<unsafe extern "C" fn(encoder: *mut c_void, encodeGUID: GUID, capsParam: *mut NV_ENC_CAPS_PARAM, capsVal: *mut c_int) -> NVENCSTATUS>;
Aliased Type§
pub enum PNVENCGETENCODECAPS {
None,
Some(unsafe extern "C" fn(*mut c_void, _GUID, *mut _NV_ENC_CAPS_PARAM, *mut i32) -> _NVENCSTATUS),
}