Function napi_get_value_bigint_int64

Source
pub unsafe extern "C" fn napi_get_value_bigint_int64(
    env: *mut napi_env__,
    value: *mut napi_value__,
    result: *mut i64,
    lossless: *mut bool,
) -> u32