Function windows::Wdk::System::SystemServices::EtwSetInformation

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