Function windows::Win32::Graphics::Gdi::CreateDIBSection

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: Param<HDC>, P1: Param<HANDLE>,