pub unsafe extern "system" fn FindWindowW(
    lpclassname: PWSTR,
    lpwindowname: PWSTR
) -> HWND
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’