Calculate and return the hash of a block.
Declared in <kernel/bitcoinkernel.h>
<kernel/bitcoinkernel.h>
[[nodiscard, __nonnull__]] btck_BlockHash* btck_block_get_hash(btck_Block const* block);
The block hash.
The return value should not be discarded.