pub unsafe extern "C" fn tr_strdup(in_: *const c_void) -> *mut c_char
Expand description

@brief make a newly-allocated copy of a string @param in is a void* so that callers can pass in both signed & unsigned without a cast @return a newly-allocated copy of `in’ that can be freed with tr_free ()