pub unsafe extern "system" fn EnableTraceEx(
    providerid: *const GUID,
    sourceid: *const GUID,
    tracehandle: CONTROLTRACE_HANDLE,
    isenabled: u32,
    level: u8,
    matchanykeyword: u64,
    matchallkeyword: u64,
    enableproperty: u32,
    enablefilterdesc: *const EVENT_FILTER_DESCRIPTOR
) -> WIN32_ERROR
Expand description

Required features: "Win32_System_Diagnostics_Etw", "Win32_Foundation"