Function windows::Win32::System::Diagnostics::Etw::ControlTraceW

pub unsafe fn ControlTraceW<P0>(
    tracehandle: CONTROLTRACE_HANDLE,
    instancename: P0,
    properties: *mut EVENT_TRACE_PROPERTIES,
    controlcode: EVENT_TRACE_CONTROL,
) -> WIN32_ERROR
where P0: Param<PCWSTR>,