fuse_mount

Function fuse_mount 

Source
pub unsafe extern "C" fn fuse_mount(
    mountpoint: *const c_char,
    args: *mut fuse_args,
) -> *mut fuse_chan
Expand description

Create a FUSE mountpoint

Returns a control file descriptor suitable for passing to fuse_new()

@param mountpoint the mount point path @param args argument vector @return the communication channel on success, NULL on failure