Function windows::Win32::System::Diagnostics::Etw::TdhGetWppProperty

pub unsafe fn TdhGetWppProperty<P0, P1>(
    handle: P0,
    eventrecord: *const EVENT_RECORD,
    propertyname: P1,
    buffersize: *mut u32,
    buffer: *mut u8,
) -> u32
where P0: Param<TDH_HANDLE>, P1: Param<PCWSTR>,