pub type GOBJENUMPROC = Option<unsafe extern "system" fn(LPVOID, LPARAM) -> c_int>;
pub enum GOBJENUMPROC { None, Some(unsafe extern "system" fn(*mut c_void, isize) -> i32), }
No value.
Some value of type T.
T