ECDSA_get_ex_new_index

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int ECDSA_get_ex_new_index(c_long argl, void* argp, CRYPTO_EX_new* new_func, CRYPTO_EX_dup* dup_func, CRYPTO_EX_free* free_func)
  2. auto ECDSA_get_ex_new_index(c_long l, void* p, CRYPTO_EX_new* newf, CRYPTO_EX_dup* dupf, CRYPTO_EX_free* freef)
    extern (C) nothrow
    static if(!(OPENSSL_VERSION_BEFORE(1, 1, 0)))
    ECDSA_get_ex_new_index
    ()
    (
    c_long l
    ,
    void* p
    ,
    CRYPTO_EX_new* newf
    ,
    CRYPTO_EX_dup* dupf
    ,
    CRYPTO_EX_free* freef
    )

Meta