pub unsafe fn uniform_typed<T>(
    cx: *mut JSContext,
    value: &[T::Element]
) -> JSValwhere
    T: TypedArrayElementCreator,