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