pub unsafe fn DhcpGetSubnetInfoV6<P0>(
    serveripaddress: P0,
    subnetaddress: DHCP_IPV6_ADDRESS,
    subnetinfo: *mut *mut DHCP_SUBNET_INFO_V6
) -> u32
where P0: IntoParam<PCWSTR>,