[DllImport("coredll.dll", SetLastError=true)]
static extern void NKDbgPrintfW(string str);
Do you know one? Please contribute it!
None.
Use String.Format() to create the string before sending it to the native API to avoid the multiple vars version of the native function.