pub unsafe fn DhcpServerSetDnsRegCredentialsV5<P0, P1, P2, P3>(
    serveripaddress: P0,
    uname: P1,
    domain: P2,
    passwd: P3,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,