Function PKCS7_verify

Source
pub unsafe extern "C" fn PKCS7_verify(
    p7: *mut PKCS7,
    certs: *mut stack_st_X509,
    store: *mut X509_STORE,
    indata: *mut BIO,
    outdata: *mut BIO,
    flags: c_int,
) -> c_int