Function SetClusterServiceAccountPassword
pub unsafe fn SetClusterServiceAccountPassword<P0, P1>(
lpszclustername: P0,
lpsznewpassword: P1,
dwflags: u32,
lpreturnstatusbuffer: Option<*mut CLUSTER_SET_PASSWORD_STATUS>,
lpcbreturnstatusbuffersize: *mut u32,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,