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