pub unsafe extern "system" fn PlgBlt(
    hdcDest: *mut HDC__,
    lpPoint: *const POINT,
    hdcSrc: *mut HDC__,
    xSrc: i32,
    ySrc: i32,
    width: i32,
    height: i32,
    hbmMask: *mut HBITMAP__,
    xMask: i32,
    yMask: i32
) -> i32