pub unsafe fn SetArrayLength(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    length: u32
) -> bool