[][src]Function tabbyssl::libssl::safestack::tabby_sk_X509_num

#[no_mangle]pub extern "C" fn tabby_sk_X509_num(
    stack_ptr: *const TABBY_STACK_TABBY_X509
) -> c_int

sk_X509_num - returns the number of elements in sk or -1 if sk is NULL.

#include <tabbyssl/openssl/safestack.h>

int sk_X509_num(const STACK_OF(X509) *sk);