pub unsafe extern "C" fn napi_create_array_with_length(
    env: NapiEnv,
    length: size_t,
    result: *mut napi_value
) -> NapiStatus