Function CreateDIBSection

Source
pub unsafe extern "C" fn CreateDIBSection(
    hdc: HDC,
    pbmi: *const BITMAPINFO,
    usage: UINT,
    ppvBits: *mut *mut c_void,
    hSection: HANDLE,
    offset: DWORD,
) -> HBITMAP