sk_new

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_new = OPENSSL_sk_new
  2. _STACK* sk_new(ExternC!(int function(const(void)*, const(void)*)) cmp)
    version(!DeimosOpenSSLv1_1)
    extern (C) nothrow
    sk_new
    (
    ExternC!(int function
    (
    const(void)*
    ,
    const(void)*
    )
    )
    cmp
    )

Meta