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