SKM_sk_set_cmp_func

Undocumented in source.
template SKM_sk_set_cmp_func(type)
ExternC!(int function
(
const(type*)*
,
const(type*)*
)
)
SKM_sk_set_cmp_func
(
type
)
(
STACK_OF!type* st
,
int function
(
const(type*)*
,
const(type*)*
)
cmp
)

Members

Functions

SKM_sk_set_cmp_func
ExternC!(int function(const(type*)*, const(type*)*)) SKM_sk_set_cmp_func(STACK_OF!type* st, int function(const(type*)*, const(type*)*) cmp)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta