Function windows::Win32::System::Diagnostics::Etw::EnableTraceEx

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