pub unsafe extern "C" fn u_lseek64_ocall(
    result: *mut i64,
    error: *mut i32,
    fd: i32,
    offset: i64,
    whence: i32
) -> SgxStatus