Function windows::Win32::System::Diagnostics::Etw::EventSetInformation

pub unsafe fn EventSetInformation<P0>(
    reghandle: P0,
    informationclass: EVENT_INFO_CLASS,
    eventinformation: *const c_void,
    informationlength: u32,
) -> u32
where P0: Param<REGHANDLE>,