Function neon::sys::bindings::create_bigint_words
source ยท pub unsafe fn create_bigint_words(
env: Env,
sign_bit: i32,
word_count: usize,
words: *const u64,
result: *mut Value,
) -> Status
Available on crate features
sys
and napi-6
only.