pub unsafe extern "system" fn FindWindowExA(
    hWndParent: *mut HWND__,
    hWndChildAfter: *mut HWND__,
    lpszClass: *const i8,
    lpszWindow: *const i8
) -> *mut HWND__