Function tc_string_list_free

Source
#[no_mangle]
pub unsafe extern "C" fn tc_string_list_free(
    tcstrings: *mut TCStringList,
)
Expand description

Free a TCStringList instance. The instance, and all TCStringList it contains, must not be used after this call.

When this call returns, the items pointer will be NULL, signalling an invalid TCStringList.

EXTERN_C void tc_string_list_free(struct TCStringList *tcstrings);