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