pub type PFNCLOSE = Option<unsafe extern "system" fn(hf: isize) -> i32>;
enum PFNCLOSE { None, Some(unsafe extern "system" fn(_: isize) -> i32), }
No value.
Some value of type T.
T