move_mount

Function move_mount 

Source
pub fn move_mount(
    from_dirfd: &impl AsFd,
    from_path: &CStr,
    to_dirfd: &impl AsFd,
    to_path: &CStr,
    flags: MoveMountFlags,
) -> Result<(), Errno>