windows::Win32::Networking::WinSock

Function inet_pton

pub unsafe fn inet_pton<P1>(
    family: i32,
    pszaddrstring: P1,
    paddrbuf: *mut c_void,
) -> i32
where P1: Param<PCSTR>,