Skip to main content

wcm_free_string

Function wcm_free_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wcm_free_string(s: *mut c_char)
Expand description

Free a string returned by wcm_enumerate_menu.

ยงSafety

s must be a pointer returned by a wcm_* function, or null.