pub unsafe extern "system" fn WSAQuerySocketSecurity(
Socket: SOCKET,
SecurityQueryTemplate: *const SOCKET_SECURITY_QUERY_TEMPLATE,
SecurityQueryTemplateLen: ULONG,
SecurityQueryInfo: *mut SOCKET_SECURITY_QUERY_INFO,
SecurityQueryInfoLen: *mut ULONG,
Overlapped: LPWSAOVERLAPPED,
CompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE
) -> INT