Function windows_sys::Win32::System::Diagnostics::Etw::EnableTraceEx

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