Function windows::Win32::NetworkManagement::NetManagement::NetAddServiceAccount
pub unsafe fn NetAddServiceAccount<P0, P1, P2>(
servername: P0,
accountname: P1,
password: P2,
flags: u32,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,