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