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