Function windows_sys::Win32::System::EventLog::ReportEventW
pub unsafe extern "system" fn ReportEventW(
heventlog: HANDLE,
wtype: REPORT_EVENT_TYPE,
wcategory: u16,
dweventid: u32,
lpusersid: PSID,
wnumstrings: u16,
dwdatasize: u32,
lpstrings: *const PCWSTR,
lprawdata: *const c_void,
) -> BOOL