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