pub unsafe fn create_array_with_length(
    env: Env,
    length: usize,
    result: *mut Value
) -> Status
Available on crate features sys and napi-1 only.
Expand description