RenameDriver changes the name of a driver.
OSErr RenameDriver(
DriverRefNum refNum,
StringPtr newDriverName);
Given the unit table reference number of an installed driver in refNum, RenameDriver changes the driver's name to the contents of a string pointed to by newDriverName.