pub unsafe fn NetServerComputerNameAdd<P0, P1, P2>(
    servername: P0,
    emulateddomainname: P1,
    emulatedservername: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,