pub unsafe fn CreateDIBSection<P0, P1>(
    hdc: P0,
    pbmi: *const BITMAPINFO,
    usage: DIB_USAGE,
    ppvbits: *mut *mut c_void,
    hsection: P1,
    offset: u32
) -> Result<HBITMAP>
where P0: IntoParam<HDC>, P1: IntoParam<HANDLE>,