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