pub unsafe extern "C" fn u_pread64_ocall(
    result: *mut isize,
    errno: *mut i32,
    fd: i32,
    buf: *mut c_void,
    count: usize,
    offset: i64
) -> SgxStatus