Function GetWindowTextA

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