pub type PFPOST = Option<unsafe extern "system" fn(*mut NCB)>;
pub enum PFPOST { None, Some(unsafe extern "system" fn(*mut NCB)), }
No value.
Some value of type T.
T