pub unsafe fn DhcpSetSubnetInfoVQ<P0>(
    serveripaddress: P0,
    subnetaddress: u32,
    subnetinfo: *const DHCP_SUBNET_INFO_VQ
) -> u32
where P0: IntoParam<PCWSTR>,