#[no_mangle]
pub unsafe extern "C" fn iohk_jormungandr_delete_spending_counters(
    spending_counters: SpendingCounters
)
Expand description

delete the inner buffer that was allocated by this library

Safety

This function dereference raw pointers. Even though the function checks if the pointers are null. Mind not to put random values in or you may see unexpected behaviors