Type Alias PFN_DrvNextBand
pub type PFN_DrvNextBand = Option<unsafe extern "system" fn(param0: *mut SURFOBJ, ppointl: *mut POINTL) -> BOOL>;
Aliased Type§
enum PFN_DrvNextBand {
None,
Some(unsafe extern "system" fn(_: *mut SURFOBJ, _: *mut POINTL) -> BOOL),
}