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