Function HttpReceiveClientCertificate

Source
pub unsafe extern "system" fn HttpReceiveClientCertificate(
    ReqQueueHandle: HANDLE,
    ConnectionId: HTTP_CONNECTION_ID,
    Flags: ULONG,
    pSslClientCertInfo: PHTTP_SSL_CLIENT_CERT_INFO,
    SslClientCertInfoSize: ULONG,
    pBytesReceived: PULONG,
    pOverlapped: LPOVERLAPPED,
) -> ULONG