Function winapi::um::winuser::SetRect

source ·
pub unsafe extern "system" fn SetRect(
    lprc: LPRECT,
    xLeft: c_int,
    yTop: c_int,
    xRight: c_int,
    yBottom: c_int
) -> BOOL