Function tc_string_free

Source
#[no_mangle]
pub unsafe extern "C" fn tc_string_free(tcstring: *mut TCString)
Expand description

Free a TCString. The given string must not be NULL. The string must not be used after this function returns, and must not be freed more than once.

EXTERN_C void tc_string_free(struct TCString *tcstring);