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