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

Aliased Type§

enum LPFNCCSIZETOTEXTW {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: HFONT, _: PCWSTR) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u32, _: HFONT, _: PCWSTR) -> i32)

Some value of type T.