pub unsafe fn NetAddServiceAccount<P0, P1, P2>(
    servername: P0,
    accountname: P1,
    password: P2,
    flags: u32
) -> NTSTATUS
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,