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