pub type LPFNCCSIZETOTEXTA = Option<unsafe extern "system" fn(flstyle: u32, flextstyle: u32, hfont: HFONT, psztext: PCSTR) -> i32>;
Expand description

Required features: "Win32_Graphics_Gdi"

Aliased Type§

enum LPFNCCSIZETOTEXTA {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: isize, _: *const u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u32, _: isize, _: *const u8) -> i32)

Some value of type T.