pub unsafe fn DhcpV4SetPolicyEx<P0, P1, P2>(
    serveripaddress: P0,
    fieldsmodified: u32,
    globalpolicy: P1,
    subnetaddress: u32,
    policyname: P2,
    policy: *const DHCP_POLICY_EX
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>, P2: IntoParam<PCWSTR>,