Function SilcAskPassphrase
SYNOPSIS
typedef void (*SilcAskPassphrase)(unsigned char *passphrase,
uint32 passphrase_len,
void *context);
DESCRIPTION
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.