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