pub type FPtr_write = Option<unsafe extern "C" fn(stream: *mut Stream, obj: *const c_void)>;
pub enum FPtr_write { None, Some(unsafe extern "C" fn(*mut _stream_t, *const c_void)), }
No value.
Some value of type T.
T