pub type Dart_NativeMessageHandler = Option<unsafe extern "C" fn(dest_port_id: Dart_Port, message: *mut Dart_CObject)>;
pub enum Dart_NativeMessageHandler { None, Some(unsafe extern "C" fn(i64, *mut _Dart_CObject)), }
No value.
Some value of type T.
T