pub unsafe extern "C" fn Dart_NewNativePort(
    name: *const c_char,
    handler: Dart_NativeMessageHandler,
    handle_concurrently: bool
) -> Dart_Port