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