pub unsafe extern "C" fn btck_coin_get_output(
coin: *const btck_Coin,
) -> *const btck_TransactionOutputExpand description
@brief Return the transaction output of a coin. The returned pointer is unowned and only valid for the lifetime of the coin.
@param[in] coin Non-null. @return A transaction output pointer.