typedef int (*text_crypter_create_hook_t)(struct pager_crypt_info *crypt_info,
const char *id, void *crypt_data);
extern void text_crypter_create_hook_set(text_crypter_create_hook_t hook);
typedef int (*text_crypter_create_hook_t)(struct pager_crypt_info *crypt_info,
const char *id, void *crypt_data);
extern void text_crypter_create_hook_set(text_crypter_create_hook_t hook);