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

Function TdhGetEventMapInformation

pub unsafe fn TdhGetEventMapInformation<P1>(
    pevent: *const EVENT_RECORD,
    pmapname: P1,
    pbuffer: Option<*mut EVENT_MAP_INFO>,
    pbuffersize: *mut u32,
) -> u32
where P1: Param<PCWSTR>,