evthread_lock_callbacks.free

Funtion to release all storage held in 'lock', which was created * with type 'locktype'.

struct evthread_lock_callbacks
ExternC!(void function(void* lock, uint locktype)) free;

Meta