pub type cldnn_arg = cldnn_arg_t;
#[repr(C)]pub struct cldnn_arg { pub arg_type: u32, pub index: u32, }
arg_type: u32
index: u32