We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Attention: This is a draft
The C interface looks like this:
int create(void** activator) int start(void* activator, void* bc) int stop(void* activator, void* bc) int destroy(void* activator)