pub unsafe extern "system" fn GdiTransparentBlt(
    hdcdest: HDC,
    xorigindest: i32,
    yorigindest: i32,
    wdest: i32,
    hdest: i32,
    hdcsrc: HDC,
    xoriginsrc: i32,
    yoriginsrc: i32,
    wsrc: i32,
    hsrc: i32,
    crtransparent: u32
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"