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