CInvokeLibrary internal code.
make __internal._cinvoke_library(ctx, lib)
: Class constructor.ctx
: CInvokeContext instancelib
: Path to library to loaddestruct()
: Free associated memory and resources.get_entrypoint(name)
: Retrieves function pointer for given function.name
: Name of function.