Function windows::Win32::Networking::WinSock::RtlIpv4StringToAddressW
pub unsafe fn RtlIpv4StringToAddressW<P0, P1>(
s: P0,
strict: P1,
terminator: *mut PCWSTR,
addr: *mut IN_ADDR,
) -> i32where
P0: Param<PCWSTR>,
P1: Param<BOOLEAN>,