pub type OLDFONTENUMPROCW = Option<unsafe extern "C" fn(arg1: *const LOGFONTW, arg2: *const TEXTMETRICW, arg3: DWORD, arg4: LPARAM) -> c_int>;
Aliased Type§
enum OLDFONTENUMPROCW {
None,
Some(unsafe extern "C" fn(_: *const tagLOGFONTW, _: *const tagTEXTMETRICW, _: u32, _: i64) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const tagLOGFONTW, _: *const tagTEXTMETRICW, _: u32, _: i64) -> i32)
Some value of type T
.