Function JS_NewTypedArray

Source
pub unsafe extern "C" fn JS_NewTypedArray(
    ctx: *mut JSContext,
    argc: c_int,
    argv: *mut JSValue,
    array_type: JSTypedArrayEnum,
) -> JSValue