pub fn mount_change<Target>( target: Target, flags: MountPropagationFlags, ) -> Result<(), Errno> ⓘwhere Target: Arg,
dep_rustix
mount(NULL, target, NULL, mountflags, NULL)