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