engine_showinfo_ctl
void engine_showinfo_ctl(struct imsg *, uint32_t);
engine_showinfo_ctl(&imsg, if_index);
void engine_showinfo_ctl(pid_t, uint32_t);
engine_showinfo_ctl(imsg_get_pid(&imsg), if_index);
void engine_showinfo_ctl(pid_t, uint32_t);
engine_showinfo_ctl(imsg_get_pid(&imsg), if_index);