pub unsafe fn DhcpRemoveSubnetElementV5<P0>(
    serveripaddress: P0,
    subnetaddress: u32,
    removeelementinfo: *const DHCP_SUBNET_ELEMENT_DATA_V5,
    forceflag: DHCP_FORCE_FLAG,
) -> u32
where P0: Param<PCWSTR>,