pub type LPWSPADDRESSTOSTRING = Option<unsafe extern "system" fn(lpsaAddress: LPSOCKADDR, dwAddressLength: DWORD, lpProtocolInfo: LPWSAPROTOCOL_INFOW, lpszAddressString: LPWSTR, lpdwAddressStringLength: LPDWORD, lpErrno: LPINT) -> INT>;
Aliased Type§
pub enum LPWSPADDRESSTOSTRING {
None,
Some(unsafe extern "system" fn(*mut SOCKADDR, u32, *mut WSAPROTOCOL_INFOW, *mut u16, *mut u32, *mut i32) -> i32),
}