Syntax
static const struct {
void (*const func)(struct bt_mesh_prov_link *link,
struct prov_rx *rx,
struct net_buf_simple *buf);
const uint8_t require_link;
const uint8_t min_len;
} gen_prov[] = {
{ gen_prov_start, true, 3 },
{ gen_prov_ack, true, 0 },
{ gen_prov_cont, true, 0 },
{ gen_prov_ctl, true, 0 },
};