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

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’