Function SetNetScheduleAccountInformation
pub unsafe fn SetNetScheduleAccountInformation<P0, P1, P2>(
pwszservername: P0,
pwszaccount: P1,
pwszpassword: P2,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,