[][src]Function xcb_util::ffi::image::xcb_image_create

pub unsafe extern "C" fn xcb_image_create(
    width: u16,
    height: u16,
    format: xcb_image_format_t,
    xpad: u8,
    depth: u8,
    bpp: u8,
    unit: u8,
    byte_order: xcb_image_order_t,
    bit_order: xcb_image_order_t,
    base: *mut c_void,
    bytes: u32,
    data: *mut u8
) -> *mut xcb_image_t