pub type PRFsyncFN = Option<unsafe extern "C" fn(fd: *mut PRFileDesc) -> PRStatus>;
pub enum PRFsyncFN { None, Some(unsafe extern "C" fn(*mut PRFileDesc) -> PRStatus), }
No value.
Some value of type T.
T