Function windows::Win32::Graphics::Gdi::PlgBlt

pub unsafe fn PlgBlt<P0, P1, P2>(
    hdcdest: P0,
    lppoint: &[POINT; 3],
    hdcsrc: P1,
    xsrc: i32,
    ysrc: i32,
    width: i32,
    height: i32,
    hbmmask: P2,
    xmask: i32,
    ymask: i32
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HDC>, P2: IntoParam<HBITMAP>,