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