pub unsafe extern "C" fn svn_string_createf(
pool: *mut apr_pool_t,
fmt: *const c_char,
...
) -> *mut svn_string_t
Expand description
Create a new string by printf-style formatting using @a fmt and the variable arguments, which are as appropriate for apr_psprintf().