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

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