pub unsafe extern "C" fn tr_strsep(
    str: *mut *mut c_char,
    delim: *const c_char
) -> *mut c_char
Expand description

@brief Portability wrapper for strsep () that uses the system implementation if available