CRYPTO_dynlock_value

Some applications as well as some parts of OpenSSL need to allocate and deallocate locks in a dynamic fashion. The following typedef makes this possible in a type-safe manner.

extern (C) nothrow @nogc
alias CRYPTO_dynlock_value = void

Meta