pub type Dart_NewNativePort_Type = Option<unsafe extern "C" fn(name: *const c_char, handler: Dart_NativeMessageHandler_DL, handle_concurrently: bool) -> Dart_Port_DL>;Aliased Type§
pub enum Dart_NewNativePort_Type {
None,
Some(unsafe extern "C" fn(*const i8, Option<unsafe extern "C" fn(i64, *mut _Dart_CObject)>, bool) -> i64),
}