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