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.
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.