Function windows_sys::Win32::Graphics::Gdi::PlgBlt

pub unsafe extern "system" fn PlgBlt(
    hdcdest: HDC,
    lppoint: *const POINT,
    hdcsrc: HDC,
    xsrc: i32,
    ysrc: i32,
    width: i32,
    height: i32,
    hbmmask: HBITMAP,
    xmask: i32,
    ymask: i32,
) -> BOOL