pub unsafe fn DhcpV4CreateClientInfoEx<P0>(
    serveripaddress: P0,
    clientinfo: *const DHCP_CLIENT_INFO_EX,
) -> u32
where P0: Param<PCWSTR>,