[][src]Function libfuse_sys::fuse_lowlevel::fuse_chan_new

pub unsafe extern "C" fn fuse_chan_new(
    op: *mut fuse_chan_ops,
    fd: c_int,
    bufsize: usize,
    data: *mut c_void
) -> *mut fuse_chan

Create a new channel

@param op channel operations @param fd file descriptor of the channel @param bufsize the minimal receive buffer size @param data user data @return the new channel object, or NULL on failure