Function windows::Win32::System::EventLog::GetEventLogInformation

pub unsafe fn GetEventLogInformation<P0>(
    heventlog: P0,
    dwinfolevel: u32,
    lpbuffer: *mut c_void,
    cbbufsize: u32,
    pcbbytesneeded: *mut u32
) -> Result<()>
where P0: Param<HANDLE>,