pub unsafe fn ioctl<F: AsRawDescriptor>(descriptor: &F, nr: IoctlNr) -> c_int
Run an ioctl with no arguments.
The caller is responsible for determining the safety of the particular ioctl.