Function tari_wallet_ffi::contacts_destroy[][src]

#[no_mangle]pub unsafe extern "C" fn contacts_destroy(contacts: *mut TariContacts)

Frees memory for a TariContacts

Arguments

contacts - The pointer to a TariContacts

Returns

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

Safety

None