pub unsafe fn linkat( olddirfd: c_int, oldpath: &CStr, newdirfd: c_int, newpath: &CStr, flags: c_int ) -> OCallResult<()>