Converts a pointer to a gint64 to a hash value. It can be passed to g_hash_table_new() as the hash_func parameter, when using pointers to 64-bit integers values as keys in a GHashTable. Since 2.22
a pointer to a gint64 key
a hash value corresponding to the key.
See Implementation
Converts a pointer to a gint64 to a hash value. It can be passed to g_hash_table_new() as the hash_func parameter, when using pointers to 64-bit integers values as keys in a GHashTable. Since 2.22