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