pub unsafe extern "system" fn EventSetInformation(
    reghandle: u64,
    informationclass: EVENT_INFO_CLASS,
    eventinformation: *const c_void,
    informationlength: u32
) -> u32
Expand description

Required features: "Win32_System_Diagnostics_Etw"