Function pm_string_free

Source
pub unsafe extern "C" fn pm_string_free(string: *mut pm_string_t)
Expand description

Free the associated memory of the given string.

@param string The string to free.