[][src]Function mesalink::libssl::safestack::mesalink_sk_X509_NAME_value

#[no_mangle]
pub extern "C" fn mesalink_sk_X509_NAME_value(
    stack_ptr: *const MESALINK_STACK_MESALINK_X509_NAME,
    index: c_int
) -> *const MESALINK_X509_NAME

sk_X509_NAME_value - returns element idx in sk, where idx starts at zero. If idx is out of range then NULL is returned.

#include <mesalink/openssl/safestack.h>

X509_NAME *sk_X509_NAME_value(const STACK_OF(X509_NAME) *sk, int idx);