pub type WS_GET_CERT_CALLBACK = Option<unsafe extern "system" fn(getcertcallbackstate: *const c_void, targetaddress: *const WS_ENDPOINT_ADDRESS, viauri: *const WS_STRING, cert: *mut *mut CERT_CONTEXT, error: *const WS_ERROR) -> HRESULT>;
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation", "Win32_Security_Cryptography"