Function windows::Win32::Graphics::Gdi::AlphaBlend
pub unsafe fn AlphaBlend<P0, P1>(
hdcdest: P0,
xorigindest: i32,
yorigindest: i32,
wdest: i32,
hdest: i32,
hdcsrc: P1,
xoriginsrc: i32,
yoriginsrc: i32,
wsrc: i32,
hsrc: i32,
ftn: BLENDFUNCTION,
) -> BOOL