pub fn get_device_ids(
platform: &WrappedMutablePointer<c_void>,
device_type: DeviceType,
) -> Result<Vec<cl_device_id>, OpenCLAPIError>
pub fn get_device_ids(
platform: &WrappedMutablePointer<c_void>,
device_type: DeviceType,
) -> Result<Vec<cl_device_id>, OpenCLAPIError>