[][src]Function openssl_sys::X509_STORE_CTX_init

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