pub unsafe extern "system" fn SetRect(
    lprc: *mut RECT,
    xLeft: i32,
    yTop: i32,
    xRight: i32,
    yBottom: i32
) -> i32