select_caller_info_hook
select_caller_info_hook(set_db_capable, CAPABLE);
select_caller_info_hook(set_db_ns_capable, NS_CAPABLE);
select_caller_info_hook(set_param_nospec, NOSPEC);
void select_caller_info_hook(void (*callback)(const char *name, struct symbol *sym, char *key, char *value), int type);
select_caller_info_hook(set_param_bits, BIT_INFO);
select_caller_info_hook(set_param_compare, i);
select_caller_info_hook(set_param_buf_size, BUF_SIZE);
select_caller_info_hook(set_param_capped_data, CAPPED_DATA);
select_caller_info_hook(&set_param_constrained, CONSTRAINT);
select_caller_info_hook(db_passed_container, CONTAINER);
select_caller_info_hook(set_param_value, PARAM_VALUE);
select_caller_info_hook(set_param_fuzzy_max, FUZZY_MAX);
select_caller_info_hook(set_param_hard_max, HARD_MAX);
select_caller_info_hook(set_param_user_data, USER_DATA);
select_caller_info_hook(set_called, INTERNAL);
select_caller_info_hook(caller_info_terminated, TERMINATED);
select_caller_info_hook(set_param_strlen, STR_LEN);