Function neon::sys::bindings::create_array_with_length
source ยท pub unsafe fn create_array_with_length(
env: Env,
length: usize,
result: *mut Value,
) -> Status
Available on crate features
sys
and napi-1
only.