pub unsafe extern "C" fn btck_transaction_get_txid(
transaction: *const btck_Transaction,
) -> *const btck_TxidExpand description
@brief Get the txid of a transaction. The returned txid is not owned and depends on the lifetime of the transaction.
@param[in] transaction Non-null. @return The txid.