pub unsafe extern "system" fn FindWindowExA(
    hwndparent: HWND,
    hwndchildafter: HWND,
    lpszclass: PCSTR,
    lpszwindow: PCSTR
) -> HWND
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"