pub unsafe fn q_hash_q_vector_of_uint_uint(
    key: impl CastInto<Ref<QVectorOfUint>>,
    seed: c_uint
) -> c_uint
Expand description

Calls C++ function: unsigned int qHash(const QVector<unsigned int>& key, unsigned int seed = …).