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