[][src]Function nginx::X509_CRL_METHOD_new

pub unsafe extern "C" fn X509_CRL_METHOD_new(
    crl_init: Option<unsafe extern "C" fn(crl: *mut X509_CRL) -> c_int>,
    crl_free: Option<unsafe extern "C" fn(crl: *mut X509_CRL) -> c_int>,
    crl_lookup: Option<unsafe extern "C" fn(crl: *mut X509_CRL, ret: *mut *mut X509_REVOKED, ser: *mut ASN1_INTEGER, issuer: *mut X509_NAME) -> c_int>,
    crl_verify: Option<unsafe extern "C" fn(crl: *mut X509_CRL, pk: *mut EVP_PKEY) -> c_int>
) -> *mut X509_CRL_METHOD