Function neon::sys::bindings::get_value_bigint_words

source ยท
pub unsafe fn get_value_bigint_words(
    env: Env,
    value: Value,
    sign_bit: *mut i64,
    word_count: *mut usize,
    words: *mut u64,
) -> Status
Available on crate features sys and napi-6 only.
Expand description