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