#[no_mangle]
pub unsafe extern "C" fn dc_accounts_unref(
    accounts: *mut dc_accounts_t
)
Expand description

Release the accounts structure.

This function releases the memory of the dc_accounts_t structure.