pub unsafe extern "system" fn MaskBlt(
hdcdest: HDC,
xdest: i32,
ydest: i32,
width: i32,
height: i32,
hdcsrc: HDC,
xsrc: i32,
ysrc: i32,
hbmmask: HBITMAP,
xmask: i32,
ymask: i32,
rop: u32
) -> BOOL
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"