pub type LPWSPADDRESSTOSTRING = Option<unsafe extern "system" fn(lpsaaddress: *const SOCKADDR, dwaddresslength: u32, lpprotocolinfo: *const WSAPROTOCOL_INFOW, lpszaddressstring: PWSTR, lpdwaddressstringlength: *mut u32, lperrno: *mut i32) -> i32>;

Aliased Type§

enum LPWSPADDRESSTOSTRING {
    None,
    Some(unsafe extern "system" fn(_: *const SOCKADDR, _: u32, _: *const WSAPROTOCOL_INFOW, _: PWSTR, _: *mut u32, _: *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const SOCKADDR, _: u32, _: *const WSAPROTOCOL_INFOW, _: PWSTR, _: *mut u32, _: *mut i32) -> i32)

Some value of type T.