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

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