pub type cl_image_format = _cl_image_format;
#[repr(C)]pub struct cl_image_format { pub image_channel_order: u32, pub image_channel_data_type: u32, }
image_channel_order: u32
image_channel_data_type: u32