[][src]Function libfuse_sys::fuse_lowlevel::fuse_reply_ioctl_iov

pub unsafe extern "C" fn fuse_reply_ioctl_iov(
    req: fuse_req_t,
    result: c_int,
    iov: *const iovec,
    count: c_int
) -> c_int

Reply to finish ioctl with iov buffer

Possible requests: ioctl

@param req request handle @param result result to be passed to the caller @param iov the vector containing the data @param count the size of vector