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