pub unsafe extern "C" fn napi_adjust_external_memory(
    env: NapiEnv,
    change_in_bytes: i64,
    adjusted_value: *mut i64
) -> NapiStatus