pub unsafe fn spending_counters_delete(spending_counters: SpendingCounters)
Expand description

Release the memory holding the spending counters

Safety

This function is safe as long as the structure returned by this library is not modified. This function should only be called with a structure returned by this library.