pub unsafe extern "C" fn tr_strdup_printf(
    fmt: *const c_char,
     ...
) -> *mut c_char
Expand description

@brief sprintf () a string into a newly-allocated buffer large enough to hold it @return a newly-allocated string that can be freed with tr_free ()