SetWindowTextA

Function SetWindowTextA 

Source
pub unsafe fn SetWindowTextA<'a, T0__: IntoParam<'a, HWND>, T1__: IntoParam<'a, PSTR>>(
    hwnd: T0__,
    lpstring: T1__,
) -> BOOL