pub unsafe fn fsopen<P>(fs_name: P, flags: u32) -> Result<(), i32> ⓘwhere P: AsRef<Path>,
dep_nc
Open a filesystem by name so that it can be configured for mounting.