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