[][src]Function uapi::move_mount

pub fn move_mount<'a, 'b>(
    from_dfd: c_int,
    from_pathname: impl IntoUstr<'a>,
    to_dfd: c_int,
    to_pathname: impl IntoUstr<'b>,
    flags: c_uint
) -> Result<()>