fuse_unmount

Function fuse_unmount 

Source
pub unsafe extern "C" fn fuse_unmount(
    mountpoint: *const c_char,
    ch: *mut fuse_chan,
)
Expand description

Umount a FUSE mountpoint

@param mountpoint the mount point path @param ch the communication channel