pub unsafe fn DhcpSetClientInfo<P0>(
    serveripaddress: P0,
    clientinfo: *const DHCP_CLIENT_INFO
) -> u32
where P0: IntoParam<PCWSTR>,