pub unsafe extern "C" fn jsc_value_new_typed_array(
    context: *mut JSCContext,
    type_: JSCTypedArrayType,
    length: size_t
) -> *mut JSCValue
Available on crate feature v2_38 only.