pub unsafe fn NetValidateName<P0, P1, P2, P3>(
    lpserver: P0,
    lpname: P1,
    lpaccount: P2,
    lppassword: P3,
    nametype: NETSETUP_NAME_TYPE
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,