pub unsafe extern "system" fn PatBlt(
    hdc: *mut HDC__,
    nXLeft: i32,
    nYLeft: i32,
    nWidth: i32,
    nHeight: i32,
    dwRop: u32
) -> i32