pub type Dart_FileWriteCallback = Option<unsafe extern "C" fn(data: *const c_void, length: isize, stream: *mut c_void)>;
pub enum Dart_FileWriteCallback { None, Some(unsafe extern "C" fn(*const c_void, isize, *mut c_void)), }
No value.
Some value of type T.
T