Function windows_sys::Win32::Graphics::Gdi::MaskBlt
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