Copy a coin.
Declared in <kernel/bitcoinkernel.h>
<kernel/bitcoinkernel.h>
[[nodiscard, __nonnull__]] btck_Coin* btck_coin_copy(btck_Coin const* coin);
The copied coin.
The return value should not be discarded.