pub type MFENUMPROC = Option<unsafe extern "C" fn(hdc: HDC, lpht: *mut HANDLETABLE, lpMR: *mut METARECORD, nObj: c_int, param: LPARAM) -> c_int>;
Aliased Type§
pub enum MFENUMPROC {
None,
Some(unsafe extern "C" fn(*mut HDC__, *mut tagHANDLETABLE, *mut tagMETARECORD, i32, i64) -> i32),
}