[][src]Function sys_util::ioctl::ioctl_with_mut_ptr

pub unsafe fn ioctl_with_mut_ptr<F: AsRawFd, T>(
    fd: &F,
    nr: c_ulong,
    arg: *mut T
) -> c_int

Run an ioctl with a mutable raw pointer.