pub fn create_command_queue_with_properties( context: &WrappedMutablePointer<c_void>, device: &WrappedMutablePointer<c_void>, properties: &Option<Vec<cl_properties>>, ) -> Result<WrappedMutablePointer<c_void>, OpenCLAPIError>