dso_st.name_converter

If this callback function pointer is set to non-null, then it will be used in DSO_load() in place of meth.dso_name_converter. NB: This should normally set using DSO_set_name_converter().

struct dso_st
.DSO_NAME_CONVERTER_FUNC name_converter;

Meta