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