nss_backend
struct nss_backend;
typedef nss_status_t (*nss_backend_op_t)(struct nss_backend *, void *args);
typedef struct nss_backend nss_backend_t;