pub unsafe extern "system" fn GetEventLogInformation(
    heventlog: EventLogHandle,
    dwinfolevel: u32,
    lpbuffer: *mut c_void,
    cbbufsize: u32,
    pcbbytesneeded: *mut u32
) -> BOOL
Expand description

Required features: "Win32_System_EventLog", "Win32_Foundation"