pub fn symlinkat<'a, 'b>( oldpath: impl IntoUstr<'a>, newdirfd: c_int, newpath: impl IntoUstr<'a>, ) -> Result<()>
symlinkat(2)