pub type PFAXDEVABORTOPERATION = Option<unsafe extern "system" fn(param0: HANDLE) -> BOOL>;
enum PFAXDEVABORTOPERATION { None, Some(unsafe extern "system" fn(_: *mut c_void) -> i32), }
No value.
Some value of type T.
T