GetWindowTextA

Function GetWindowTextA 

Source
pub unsafe extern "system" fn GetWindowTextA(
    hWnd: HWND,
    lpString: LPSTR,
    nMaxCount: c_int,
) -> c_int