pub unsafe extern "C" fn PEM_read_bio_PKCS7(
    bio: *mut BIO,
    out: *mut *mut PKCS7,
    cb: pem_password_cb,
    u: *mut c_void
) -> *mut PKCS7