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