pub type LPFN_ACCEPTEX = Option<unsafe extern "system" fn(slistensocket: SOCKET, sacceptsocket: SOCKET, lpoutputbuffer: *mut c_void, dwreceivedatalength: u32, dwlocaladdresslength: u32, dwremoteaddresslength: u32, lpdwbytesreceived: *mut u32, lpoverlapped: *mut OVERLAPPED) -> BOOL>;
Expand description

Required features: "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO"