Function napi_get_value_bigint_int64

Source
pub unsafe extern "C" fn napi_get_value_bigint_int64(
    env: NapiEnv,
    value: napi_value,
    result: *mut i64,
    lossless: *mut bool,
) -> NapiStatus