Function windows::Win32::Graphics::Gdi::GdiTransparentBlt

pub unsafe fn GdiTransparentBlt<P0, P1>(
    hdcdest: P0,
    xorigindest: i32,
    yorigindest: i32,
    wdest: i32,
    hdest: i32,
    hdcsrc: P1,
    xoriginsrc: i32,
    yoriginsrc: i32,
    wsrc: i32,
    hsrc: i32,
    crtransparent: u32,
) -> BOOL
where P0: Param<HDC>, P1: Param<HDC>,