pub unsafe fn DhcpV4RemovePolicyRange<P0, P1>(
    serveripaddress: P0,
    subnetaddress: u32,
    policyname: P1,
    range: *const DHCP_IP_RANGE
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<PCWSTR>,