pub unsafe extern "system" fn SetWindowTextA(
    hwnd: HWND,
    lpstring: PCSTR
) -> BOOL
Expand description

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’