Function windows::Win32::NetworkManagement::Dhcp::DhcpV4AddPolicyRange

pub unsafe fn DhcpV4AddPolicyRange<P0, P1>(
    serveripaddress: P0,
    subnetaddress: u32,
    policyname: P1,
    range: *const DHCP_IP_RANGE,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,