pub unsafe fn DhcpV4CreatePolicyEx<P0>(
    serveripaddress: P0,
    policyex: *const DHCP_POLICY_EX
) -> u32
where P0: IntoParam<PCWSTR>,