CInvokeFunction internal code.
make __internal._cinvoke_function(ctx, ret, param): Class constructor.ctx: CInvokeContext instanceret: Return parameter formatparam: Input parameter formatdestruct(): Free associated memory and resources.invoke(entry, params): Retrieves function pointer for given function.entry: Function entry point.params: List of parameters.