pub type LPWSPSTRINGTOADDRESS = Option<unsafe extern "system" fn(addressstring: PCWSTR, addressfamily: i32, lpprotocolinfo: *const WSAPROTOCOL_INFOW, lpaddress: *mut SOCKADDR, lpaddresslength: *mut i32, lperrno: *mut i32) -> i32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.