Function tari_wallet_ffi::nonce_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn nonce_destroy(r: *mut TariExcessPublicNonce)

Frees memory for a TariExcessPublicNonce

Arguments

r - The pointer to a TariExcessPublicNonce

Returns

() - Does not return a value, equivalent to void in C

Safety

None