pub unsafe extern "C" fn PEM_read_bio_X509_AUX(
    bp: *mut BIO,
    x: *mut *mut X509,
    cb: pem_password_cb,
    u: *mut c_void
) -> *mut X509