typedef void (*SilcAskPassphrase)(unsigned char *passphrase, SilcUInt32 passphrase_len, void *context);
Ask passphrase callback. This is called by the application when the library calls `ask_passphrase' client operation. The callback delivers the passphrase to the library.