pub unsafe extern "C" fn Dart_GetNativeBooleanArgument(
    args: Dart_NativeArguments,
    index: c_int,
    value: *mut bool
) -> Dart_Handle