pub type ABORTPROC = Option<unsafe extern "C" fn(arg1: HDC, arg2: c_int) -> BOOL>;
enum ABORTPROC { None, Some(unsafe extern "C" fn(_: *mut HDC__, _: i32) -> i32), }
No value.
Some value of type T.
T