pub fn get_mem_object_data(
    memobj: *mut c_void,
    param_name: u32
) -> Result<Vec<u8>, i32>
Expand description

Get data about an OpenCL memory object. Calls clGetMemObjectInfo to get the desired data about the memory object.