Type Alias LPDDENUMCALLBACKA
pub type LPDDENUMCALLBACKA = Option<unsafe extern "system" fn(param0: *mut GUID, param1: PCSTR, param2: PCSTR, param3: *mut c_void) -> BOOL>;Aliased Type§
pub enum LPDDENUMCALLBACKA {
None,
Some(unsafe extern "system" fn(*mut GUID, PCSTR, PCSTR, *mut c_void) -> BOOL),
}