pub type Dart_NativeMessageHandler_DL = Option<unsafe extern "C" fn(dest_port_id: Dart_Port_DL, message: *mut Dart_CObject)>;Aliased Type§
pub enum Dart_NativeMessageHandler_DL {
None,
Some(unsafe extern "C" fn(i64, *mut _Dart_CObject)),
}pub type Dart_NativeMessageHandler_DL = Option<unsafe extern "C" fn(dest_port_id: Dart_Port_DL, message: *mut Dart_CObject)>;pub enum Dart_NativeMessageHandler_DL {
None,
Some(unsafe extern "C" fn(i64, *mut _Dart_CObject)),
}