pub unsafe extern "C" fn jsc_value_new_typed_array_with_buffer(
    array_buffer: *mut JSCValue,
    type_: JSCTypedArrayType,
    offset: size_t,
    length: ssize_t
) -> *mut JSCValue
Available on crate feature v2_38 only.