pub unsafe fn DrawDibRealize<P0, P1>(
    hdd: isize,
    hdc: P0,
    fbackground: P1
) -> u32
where P0: IntoParam<HDC>, P1: IntoParam<BOOL>,