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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut SURFOBJ, _: *mut POINTL) -> BOOL)

Some value of type T.