pub fn unmount(drive_letter: char) -> bool
Unmount the drive from the given drive letter.
Panics if the given char cannot fit in a u8.
Returns true if successful.