pub type PFN_DrvDestroyFont = Option<unsafe extern "system" fn(param0: *mut FONTOBJ)>;

Aliased Type§

enum PFN_DrvDestroyFont {
    None,
    Some(unsafe extern "system" fn(_: *mut FONTOBJ)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut FONTOBJ))

Some value of type T.