pub unsafe fn DhcpAddSubnetElementV4<P0>(
    serveripaddress: P0,
    subnetaddress: u32,
    addelementinfo: *const DHCP_SUBNET_ELEMENT_DATA_V4
) -> u32
where P0: IntoParam<PCWSTR>,