pub unsafe extern "C" fn aws_hash_ptr(item: *const c_void) -> u64
Expand description

Convenience hash function which hashes the pointer value directly, without dereferencing. This can be used in cases where pointer identity is desired, or where a uintptr_t is encoded into a const void *.