typedef void (*SilcSKEVerifyCbCompletion)(SilcSKE ske, SilcSKEStatus status, void *context);
Completion callback that will be called when the public key has been verified. The `status' will indicate whether the public key were trusted or not.