thr_pwrite
return (thr_pwrite(ta->ph, addr, val, sizeof(int), BYTE_ORDER));
return (thr_pwrite(ta->ph, addr, val, sizeof(long), BYTE_ORDER));
return (thr_pwrite(ta->ph, addr, val, sizeof(void *), BYTE_ORDER));