sk_pop_free

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias sk_pop_free = OPENSSL_sk_pop_free
  2. void sk_pop_free(_STACK* st, ExternC!(void function(void*)) func)
    version(!DeimosOpenSSLv1_1)
    extern (C) nothrow
    void
    sk_pop_free
    (,
    ExternC!(void function
    (
    void*
    )
    )
    func
    )

Meta