pub unsafe extern "C" fn CMS_verify(
    cms: *mut CMS_ContentInfo,
    certs: *mut stack_st_X509,
    store: *mut X509_STORE,
    detached_data: *mut BIO,
    out: *mut BIO,
    flags: c_uint
) -> c_int