pub unsafe extern "C" fn u_linkat_ocall(
    result: *mut i32,
    error: *mut i32,
    olddirfd: i32,
    oldpath: *const i8,
    newdirfd: i32,
    newpath: *const i8,
    flags: i32
) -> SgxStatus