[][src]Function libfuse_sys::fuse::fuse_destroy

pub unsafe extern "C" fn fuse_destroy(f: *mut fuse)

Destroy the FUSE handle.

The communication channel attached to the handle is also destroyed.

NOTE: This function does not unmount the filesystem. If this is needed, call fuse_unmount() before calling this function.

@param f the FUSE handle