Function windows_sys::Win32::Graphics::Gdi::GdiTransparentBlt

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