pub type PROPENUMPROCA = Option<unsafe extern "C" fn(arg1: HWND, arg2: LPCSTR, arg3: HANDLE) -> BOOL>;
enum PROPENUMPROCA { None, Some(unsafe extern "C" fn(_: *mut HWND__, _: *const i8, _: *mut c_void) -> i32), }
No value.
Some value of type T.
T