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