Function GetDIBits

Source
pub unsafe extern "C" fn GetDIBits(
    hdc: HDC,
    hbm: HBITMAP,
    start: UINT,
    cLines: UINT,
    lpvBits: LPVOID,
    lpbmi: LPBITMAPINFO,
    usage: UINT,
) -> c_int