pub unsafe extern "C" fn SSL_CTX_set_cert_cb( ctx: *mut SSL_CTX, cb: Option<unsafe extern "C" fn(ssl: *mut SSL, arg: *mut c_void) -> c_int>, arg: *mut c_void, )