Function FindWindowExW

Source
pub unsafe extern "system" fn FindWindowExW(
    hWndParent: HWND,
    hWndChildAfter: HWND,
    lpszClass: LPCWSTR,
    lpszWindow: LPCWSTR,
) -> HWND