Function rustix::mount::mount_unmount::mount2
source · pub fn mount2<Source: Arg, Target: Arg, Fs: Arg>(
source: Option<Source>,
target: Target,
file_system_type: Option<Fs>,
flags: MountFlags,
data: Option<&CStr>,
) -> Result<()>