[][src]Function libfuse_sys::fuse::fuse_mount

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

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