Function windows::Win32::Graphics::Gdi::MaskBlt

pub unsafe fn MaskBlt<P0, P1, P2>(
    hdcdest: P0,
    xdest: i32,
    ydest: i32,
    width: i32,
    height: i32,
    hdcsrc: P1,
    xsrc: i32,
    ysrc: i32,
    hbmmask: P2,
    xmask: i32,
    ymask: i32,
    rop: u32
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HDC>, P2: IntoParam<HBITMAP>,