PKCS7_type_is_other
if (PKCS7_type_is_other(p7) && p7->d.other
if (PKCS7_type_is_other(p7) && (p7->d.other != NULL)
int PKCS7_type_is_other(PKCS7 *p7);