pub unsafe extern "system" fn EnableTraceEx2(
    tracehandle: CONTROLTRACE_HANDLE,
    providerid: *const GUID,
    controlcode: u32,
    level: u8,
    matchanykeyword: u64,
    matchallkeyword: u64,
    timeout: u32,
    enableparameters: *const ENABLE_TRACE_PARAMETERS
) -> WIN32_ERROR
Expand description

Required features: "Win32_Foundation"