pub unsafe extern "C" fn PEM_read_RSA_PUBKEY(
    fp: *mut FILE,
    x: *mut *mut RSA,
    cb: pem_password_cb,
    u: *mut c_void
) -> *mut RSA