pub fn mount_bind<Source: Arg, Target: Arg>( source: Source, target: Target, ) -> Result<()>
mount(source, target, NULL, MS_BIND, NULL)