Function FindWindowExA

Source
pub unsafe extern "C" fn FindWindowExA(
    hWndParent: HWND,
    hWndChildAfter: HWND,
    lpszClass: LPCSTR,
    lpszWindow: LPCSTR,
) -> HWND