pub unsafe fn ioctl_with_ptr<F: AsRawFd, T>( fd: &F, nr: c_ulong, arg: *const T, ) -> c_int
Run an ioctl with a raw pointer.