pub unsafe extern "C" fn btck_block_count_transactions(
block: *const btck_Block,
) -> usizeExpand description
@brief Count the number of transactions contained in a block.
@param[in] block Non-null. @return The number of transactions in the block.