pub unsafe fn ioctl_with_val<F: AsRawFd>( fd: &F, nr: c_ulong, arg: c_ulong, ) -> c_int
Run an ioctl with a single value argument.