Type Alias PFN_DrvStartDxInterop
pub type PFN_DrvStartDxInterop = Option<unsafe extern "system" fn(param0: *mut SURFOBJ, param1: BOOL, kernelmodedevicehandle: *mut c_void) -> BOOL>;Aliased Type§
pub enum PFN_DrvStartDxInterop {
None,
Some(unsafe extern "system" fn(*mut SURFOBJ, BOOL, *mut c_void) -> BOOL),
}