pub unsafe fn NetAddAlternateComputerName<P0, P1, P2, P3>(
    server: P0,
    alternatename: P1,
    domainaccount: P2,
    domainaccountpassword: P3,
    reserved: u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,