pub unsafe extern "system" fn Rectangle(
    hdc: *mut HDC__,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32
) -> i32