[][src]Function libfuse_sys::fuse_lowlevel::fuse_session_remove_chan

pub unsafe extern "C" fn fuse_session_remove_chan(ch: *mut fuse_chan)

Remove a channel from a session

If the channel is not assigned to a session, then this is a no-op

@param ch the channel to remove