Converts a pointer to a #gint64 to a hash value.
It can be passed to glib.hash_table.HashTable.new_ as the hash_func parameter, when using non-null pointers to 64-bit integer values as keys in a #GHashTable.
a pointer to a #gint64 key
a hash value corresponding to the key.
Converts a pointer to a #gint64 to a hash value.
It can be passed to glib.hash_table.HashTable.new_ as the hash_func parameter, when using non-null pointers to 64-bit integer values as keys in a #GHashTable.