pub unsafe extern "C" fn btck_transaction_copy(
transaction: *const btck_Transaction,
) -> *mut btck_TransactionExpand description
@brief Copy a transaction. Transactions are reference counted, so this just increments the reference count.
@param[in] transaction Non-null. @return The copied transaction.