PFN_DrvDrawEscape

Type Alias PFN_DrvDrawEscape 

pub type PFN_DrvDrawEscape = Option<unsafe extern "system" fn(param0: *mut SURFOBJ, param1: u32, param2: *mut CLIPOBJ, param3: *mut RECTL, param4: u32, param5: *mut c_void) -> u32>;

Aliased Type§

pub enum PFN_DrvDrawEscape {
    None,
    Some(unsafe extern "system" fn(*mut SURFOBJ, u32, *mut CLIPOBJ, *mut RECTL, u32, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut SURFOBJ, u32, *mut CLIPOBJ, *mut RECTL, u32, *mut c_void) -> u32)

Some value of type T.