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