pub type GEO_ENUMNAMEPROC = Option<unsafe extern "C" fn(arg1: PWSTR, arg2: LPARAM) -> BOOL>;
pub enum GEO_ENUMNAMEPROC { None, Some(unsafe extern "C" fn(*mut u16, i64) -> i32), }
No value.
Some value of type T.
T