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