Function PKCS7_verify

Source
pub unsafe extern "C" fn PKCS7_verify(
    p7: *mut pkcs7_st,
    certs: *mut stack_st_X509,
    store: *mut x509_store_st,
    indata: *mut bio_st,
    out: *mut bio_st,
    flags: i32,
) -> i32