Function Type

Function type defines a signature of a function what it the calling convention, which type is the return value of, how many and which type of arguments a function accepts and so on.

#include <jnc_FunctionType.h>

// structs

struct jnc_FunctionType;