sk_insert

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_insert = OPENSSL_sk_insert
  2. int sk_insert(_STACK* sk, void* data, int where)
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_AT_LEAST(1, 1)))
    int
    sk_insert
    (,
    void* data
    ,
    int where
    )

Meta