internal extern static int StartKernelTrace(
     out UInt64 TraceHandle,
     EVENT_TRACE_PROPERTIES* Properties,
     STACK_TRACING_EVENT_ID* StackTracingEventIds,       // Actually an array of  code:STACK_TRACING_EVENT_ID
     int cStackTracingEventIds);
 internal static extern int StartKernelTrace(
     out UInt64 TraceHandle,
     IntPtr Properties,                                  // Actually a pointer to code:EVENT_TRACE_PROPERTIES
     STACK_TRACING_EVENT_ID* StackTracingEventIds,       // Actually an array of  code:STACK_TRACING_EVENT_ID
     int cStackTracingEventIds);