pub unsafe fn InetPtonW<P0>(
    family: i32,
    pszaddrstring: P0,
    paddrbuf: *mut c_void
) -> i32
where P0: IntoParam<PCWSTR>,