SetWindowTextA

Function SetWindowTextA 

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