Type Alias PFNDAENUMCALLBACK
pub type PFNDAENUMCALLBACK = Option<unsafe extern "system" fn(p: *const c_void, pdata: *const c_void) -> i32>;Aliased Type§
pub enum PFNDAENUMCALLBACK {
None,
Some(unsafe extern "system" fn(*const c_void, *const c_void) -> i32),
}