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