Function SetDlgItemTextA

Source
pub unsafe extern "C" fn SetDlgItemTextA(
    hDlg: HWND,
    nIDDlgItem: c_int,
    lpString: LPCSTR,
) -> BOOL