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