pub unsafe extern "C" fn btck_block_copy(
block: *const btck_Block,
) -> *mut btck_BlockExpand description
@brief Copy a block. Blocks are reference counted, so this just increments the reference count.
@param[in] block Non-null. @return The copied block.