public void sprintf(StringBuilder sb, string format, IntPtr args) { NativeImports.vsprintf(sb, format, args); }