Function windows_sys::Win32::Graphics::Gdi::TransparentBlt

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