Function tari_wallet_ffi::comms_config_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn comms_config_destroy(wc: *mut TariCommsConfig)

Frees memory for a TariCommsConfig

Arguments

wc - The TariCommsConfig pointer

Returns

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

Safety

None