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

Required features: ‘Win32_UI_WindowsAndMessaging’, ‘Win32_Foundation’