Type Definition windows_sys::Win32::Globalization::GEO_ENUMNAMEPROC
pub type GEO_ENUMNAMEPROC = Option<unsafe extern "system" fn(param0: PCWSTR, param1: LPARAM) -> BOOL>;Expand description
Required features: "Win32_Globalization", "Win32_Foundation"