sk_load_resident_keys
int sk_load_resident_keys(const char *pin, struct sk_option **options,
int sk_load_resident_keys(const char *pin, struct sk_option **options,
ret->sk_load_resident_keys = ssh_sk_load_resident_keys;
if ((ret->sk_load_resident_keys = dlsym(ret->dlhandle,
int (*sk_load_resident_keys)(const char *pin, struct sk_option **opts,
if ((r = skp->sk_load_resident_keys(pin, opts, &rks, &nrks)) != 0) {