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

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’