[][src]Function winapi::um::wingdi::GdiTransparentBlt

pub unsafe extern "system" fn GdiTransparentBlt(
    hdcDest: HDC,
    xoriginDest: c_int,
    yoriginDest: c_int,
    wDest: c_int,
    hDest: c_int,
    hdcSrc: HDC,
    xoriginSrc: c_int,
    yoriginSrc: c_int,
    wSrc: c_int,
    hSrc: c_int,
    crTransparent: UINT
) -> BOOL