pub unsafe extern "system" fn PlgBlt(
    hdcdest: HDC,
    lppoint: *const POINT,
    hdcsrc: HDC,
    xsrc: i32,
    ysrc: i32,
    width: i32,
    height: i32,
    hbmmask: HBITMAP,
    xmask: i32,
    ymask: i32
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"