openssl_sys

Function X509_STORE_CTX_init

source
pub unsafe extern "C" fn X509_STORE_CTX_init(
    ctx: *mut X509_STORE_CTX,
    store: *mut X509_STORE,
    x509: *mut X509,
    chain: *mut stack_st_X509,
) -> c_int