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