ud_handle
struct ud_handle *h;
if ((h = calloc(1, sizeof (struct ud_handle))) == NULL) {
typedef struct ud_handle *ud_handle_t;