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