thmap_create
wg->wg_peers_bypubkey = thmap_create(0, NULL, THMAP_NOCOPY);
wg->wg_peers_byname = thmap_create(0, NULL, THMAP_NOCOPY);
wg->wg_sessions_byindex = thmap_create(0, NULL, THMAP_NOCOPY);
cd->cd_map = thmap_create(0, NULL, THMAP_NOCOPY);
paraminfo->map = thmap_create(0, &npf_param_thmap_ops, THMAP_NOCOPY);
pm->addr_map = thmap_create(0, NULL, THMAP_NOCOPY);
t->t_map = thmap_create(0, NULL, THMAP_NOCOPY);
encap_map[0] = thmap_create(0, NULL, THMAP_NOCOPY);
encap_map[1] = thmap_create(0, NULL, THMAP_NOCOPY);
thmap_t * thmap_create(uintptr_t, const thmap_ops_t *, unsigned);