pub unsafe extern "C" fn btck_block_hash_to_bytes(
block_hash: *const btck_BlockHash,
output: *mut c_uchar,
)Expand description
@brief Serializes the block hash to bytes.
@param[in] block_hash Non-null. @param[in] output The serialized block hash.