Function tari_wallet_ffi::contact_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn contact_destroy(contact: *mut TariContact)

Frees memory for a TariContact

Arguments

contact - The pointer to a TariContact

Returns

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

Safety

None