windows::Win32::System::Diagnostics::Etw

Function RegisterTraceGuidsW

pub unsafe fn RegisterTraceGuidsW<P5, P6>(
    requestaddress: WMIDPREQUEST,
    requestcontext: Option<*const c_void>,
    controlguid: *const GUID,
    traceguidreg: Option<&[TRACE_GUID_REGISTRATION]>,
    mofimagepath: P5,
    mofresourcename: P6,
    registrationhandle: *mut u64,
) -> u32
where P5: Param<PCWSTR>, P6: Param<PCWSTR>,