Function JS_SetLength

Source
pub unsafe extern "C" fn JS_SetLength(
    ctx: *mut JSContext,
    obj: JSValue,
    len: i64,
) -> i32