pub type Dart_NewCompilationError_Type = Option<unsafe extern "C" fn(error: *const c_char) -> Dart_Handle>;
pub enum Dart_NewCompilationError_Type { None, Some(unsafe extern "C" fn(*const i8) -> *mut _Dart_Handle), }
No value.
Some value of type T.
T