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