Copy a block. Blocks are reference counted, so this just increments the reference count.
Declared in <kernel/bitcoinkernel.h>
<kernel/bitcoinkernel.h>
[[nodiscard, __nonnull__]] btck_Block* btck_block_copy(btck_Block const* block);
The copied block.
The return value should not be discarded.