dso_meth_st.dso_bind_func

Binds a function - assumes a return type of DSO_FUNC_TYPE. This should be cast to the real function prototype by the caller. Platforms that don't have compatible representations for different prototypes (this is possible within ANSI C) are highly unlikely to have shared libraries at all, let alone a DSO_METHOD implemented for them.

struct dso_meth_st
.DSO_FUNC_TYPE function(.DSO* dso, const(char)* symname) dso_bind_func;

Meta