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

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