pub unsafe extern "C" fn u_fstatat64_ocall(
    result: *mut i32,
    error: *mut i32,
    dirfd: i32,
    pathname: *const i8,
    buf: *mut stat64,
    flags: i32
) -> SgxStatus