pub type PFNVIDDISPLAYCALLBACK = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut CUVIDPARSERDISPINFO) -> c_int>;
Aliased Type§
pub enum PFNVIDDISPLAYCALLBACK {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut _CUVIDPARSERDISPINFO) -> i32),
}