sk_set_cmp_func

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_set_cmp_func = OPENSSL_sk_set_cmp_func
  2. int function(const(void)*, const(void)*) sk_set_cmp_func(_STACK* sk, ExternC!(int function(const(void)*, const(void)*)) c)
    version(!DeimosOpenSSLv1_1)
    extern (C) nothrow
    int function
    (
    const(void)*
    ,
    const(void)*
    )
    sk_set_cmp_func
    (,
    ExternC!(int function
    (
    const(void)*
    ,
    const(void)*
    )
    )
    c
    )

Meta