pub unsafe fn vsprintf<V>( format: *const c_char, va_list: *mut V, ) -> Result<String>
Prints a format string into a Rust string.