pub type UILANGUAGE_ENUMPROCW = Option<unsafe extern "system" fn(param0: PCWSTR, param1: isize) -> BOOL>;

Aliased Type§

enum UILANGUAGE_ENUMPROCW {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: isize) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: isize) -> BOOL)

Some value of type T.