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

Function RegisterTraceGuidsA

pub unsafe fn RegisterTraceGuidsA<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<PCSTR>, P6: Param<PCSTR>,