pub unsafe fn NetJoinDomain<P0, P1, P2, P3, P4>(
    lpserver: P0,
    lpdomain: P1,
    lpmachineaccountou: P2,
    lpaccount: P3,
    lppassword: P4,
    fjoinoptions: NET_JOIN_DOMAIN_JOIN_OPTIONS
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,