Skip to main content

btck_block_copy

Function btck_block_copy 

Source
pub unsafe extern "C" fn btck_block_copy(
    block: *const btck_Block,
) -> *mut btck_Block
Expand 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.