neon::sys::bindings

Function 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,
) -> Result<(), Status>
Available on crate features sys and napi-6 only.
Expand description