pub unsafe extern "C" fn js_create_array_with_length( env: *mut js_env_t, len: usize, result: *mut *mut js_value_t, ) -> c_int