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