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