pub type Dart_Post_Type = Option<unsafe extern "C" fn(port_id: Dart_Port_DL, object: Dart_Handle) -> bool>;Aliased Type§
pub enum Dart_Post_Type {
None,
Some(unsafe extern "C" fn(i64, *mut _Dart_Handle) -> bool),
}pub type Dart_Post_Type = Option<unsafe extern "C" fn(port_id: Dart_Port_DL, object: Dart_Handle) -> bool>;pub enum Dart_Post_Type {
None,
Some(unsafe extern "C" fn(i64, *mut _Dart_Handle) -> bool),
}