Query: Elements that refer to, or are influenced by, a given functionPurpose: Returns the elements that indirectly or directly use the functions in the input list.This query identifies all the elements, in all levels, that refer to the input functions.stm_r_mx_influenced_by_fn (stm_list
in_list, int *status);
Query: Elements that refer to a given function.Purpose: Returns the elements that directly use the functions in the input list.stm_r_mx_refer_to_fn (stm_list in_list,
int *status);