Gets information about a particular driver.
Info driverInfo(int id) { final pointer = _driverInfo(id); return Info._(pointer.ref); }