mg_trust_callback_type

Prototype of the callback function for verifying an SSL connection by user.

extern (C)
alias mg_trust_callback_type = int function
(
const char*
,
const char*
,
const char*
,
const char*
,
void*
)

Meta