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