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

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