pub unsafe extern "C" fn kernel_block_pointer_get_hash(
block: *const kernel_BlockPointer,
) -> *mut kernel_BlockHash
Expand description
@brief Calculate and return the hash of a block.
@param[in] block Non-null. @return The block hash.
pub unsafe extern "C" fn kernel_block_pointer_get_hash(
block: *const kernel_BlockPointer,
) -> *mut kernel_BlockHash
@brief Calculate and return the hash of a block.
@param[in] block Non-null. @return The block hash.