pm_list_free

Function pm_list_free 

Source
pub unsafe extern "C" fn pm_list_free(list: *mut pm_list_t)
Expand description

Deallocate the internal state of the given list.

@param list The list to free.

\public \memberof pm_list_t